home *** CD-ROM | disk | FTP | other *** search
/ Linux Programs 1995 Summer / Linux Programs.iso / graflibs / libtiff_.3l1 / libtiff_ / libtiff.README
Text File  |  1994-11-01  |  1KB  |  35 lines

  1. I got the sources to this library from ftp::/sgi.com. It's a new version of
  2. the TIFF library used in libgr. 
  3.  
  4. I started with libjpeg, because the new JPEG library from the independent
  5. JPEG group is out. This makes the rest of libgr unusable, so I recompiled
  6. libtiff. I decided not to make all the libs into one shared library to save
  7. virtual memory when only one library is needed.
  8.  
  9. The paths I chose is somewhat inconsistent among the libraries. The only
  10. reason I post this is that my shared ImageMagick binaries use it.
  11.  
  12. Because no two shared library may occupy the same virtual address space in
  13. the flat segment of the program, I chose 0x80100000. I don't think this is
  14. of any interest to you, since libinfo finds that out, too, and you need
  15. libinfo if you want to rebuild this shared library, and only then this
  16. information is useful to you.
  17.  
  18. Don't ask me anything about this library, I just took it and made a shared
  19. library out of it. Because not everybody likes making shared libraries, I
  20. might as well share mine with you ;)
  21.  
  22. For the copyright info and such, go get the informations from the original
  23. distribution. This is not for you if you want to use libtiff, this is for
  24. you if you already use it but didn't succeed in making a shared version of
  25. it.
  26.  
  27. The library was compiled with "-O3 -fomit-frame-pointer -m486 -funroll-loops
  28. -finline-functions" which is almost the heaviest optimization gcc can do.
  29.  
  30. You can reach me as 
  31.  
  32.   leitner@inf.fu-berlin.de
  33.  
  34. Felix
  35.